home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / org217sw.zip / ORG.CFG next >
Text File  |  1991-07-03  |  2KB  |  35 lines

  1. #======================================================================
  2. #    ORG.CFG - Configuration file for ORG version 2.1 - Disk Organizer
  3. #
  4. #    Note: the hash sign (#) begins a comment
  5. #======================================================================
  6.  
  7. lock     +s+h                 # lock all hidden files
  8.  
  9. order     \io.sys
  10. order     \msdos.sys
  11. order     \command.com        # place command.com first 
  12. order     *.com               # place .COM files next
  13. order     *.exe               # ...followed by all .EXE files 
  14.  
  15. sort      +e+n                # sort in ascending order by extension and name
  16.  
  17. #======================================================================
  18. #    The following lines are inactive. They show examples
  19. #    of how to delete unwanted files from your drive.
  20. #======================================================================
  21.  
  22. # delete    *.bak               # delete all .bak files
  23. # delete    \brief\backup\*.*   # delete all files in \BRIEF\BACKUP subdirectory
  24. # delete    \TEMP\              # delete all files in \TEMP subdirectory
  25.  
  26. #======================================================================
  27. #    The following are some examples of WRONG useage of 
  28. #    configuration options.
  29. #
  30. # delete  *.*                 # Syntactically correct, but so dangerous
  31.                               # that ORG will ignore it!
  32. # lock    *.*                 # This is allowed, but useless!
  33. # order   *.*                 # this is ignored
  34. #======================================================================
  35.